home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 3.iso / dist / fw_openssl.idb / usr / freeware / catman / p_man / cat3 / DH_get_ex_new_index.Z / DH_get_ex_new_index
Text File  |  2001-01-10  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      DDDDHHHH____ggggeeeetttt____eeeexxxx____nnnneeeewwww____iiiinnnnddddeeeexxxx((((3333)))) 33330000////JJJJaaaannnn////2222000000000000    ((((0000....9999....6666))))    DDDDHHHH____ggggeeeetttt____eeeexxxx____nnnneeeewwww____iiiinnnnddddeeeexxxx((((3333))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       DH_get_ex_new_index, DH_set_ex_data, DH_get_ex_data -    add
  10.       application specific data to DH structures
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.        #include <openssl/dh.h>
  14.  
  15.        int DH_get_ex_new_index(long    argl, void *argp,
  16.               CRYPTO_EX_new    *new_func,
  17.               CRYPTO_EX_dup    *dup_func,
  18.               CRYPTO_EX_free *free_func);
  19.  
  20.        int DH_set_ex_data(DH *d, int idx, void *arg);
  21.  
  22.        char    *DH_get_ex_data(DH *d, int idx);
  23.  
  24.  
  25.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  26.       These    functions handle application specific data in DH
  27.       structures. Their usage is identical to that of
  28.       _R_S_A__g_e_t__e_x__n_e_w__i_n_d_e_x(), _R_S_A__s_e_t__e_x__d_a_t_a() and
  29.       _R_S_A__g_e_t__e_x__d_a_t_a() as described in the
  30.       _R_S_A__g_e_t__e_x__n_e_w__i_n_d_e_x(_3) manpage.
  31.  
  32.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  33.       RSA_get_ex_new_index(), dh(3)
  34.  
  35.      HHHHIIIISSSSTTTTOOOORRRRYYYY
  36.       _D_H__g_e_t__e_x__n_e_w__i_n_d_e_x(), _D_H__s_e_t__e_x__d_a_t_a() and _D_H__g_e_t__e_x__d_a_t_a()
  37.       are available    since OpenSSL 0.9.5.
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/10/00)
  64.  
  65.  
  66.  
  67.